Micron Document
`:top
In `F33f`_`[logic`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Logic]`_`f and `F33f`_`[computer science`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Computer_science]`_`f, the `!Davis–Putnam–Logemann–Loveland`! (`!DPLL`!) `!algorithm`! is a `F33f`_`[complete`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Completeness_(logic)]`_`f, `F33f`_`[backtracking`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Backtracking]`_`f-based `F33f`_`[search algorithm`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Search_algorithm]`_`f for `F33f`_`[deciding the satisfiability`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Boolean_satisfiability_problem]`_`f of `F33f`_`[propositional logic formulae`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Propositional_logic]`_`f in `F33f`_`[conjunctive normal form`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Conjunctive_normal_form]`_`f, i.e. for solving the `F33f`_`[CNF-SAT`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Boolean_satisfiability_problem]`_`f problem.

It was introduced in 1961 by `F33f`_`[Martin Davis`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Martin_Davis_(mathematician)]`_`f, `F33f`_`[George Logemann`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=George_Logemann]`_`f and `F33f`_`[Donald W. Loveland`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Donald_W._Loveland]`_`f and is a refinement of the earlier `F33f`_`[Davis–Putnam algorithm`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Davis–Putnam_algorithm]`_`f, which is a `F33f`_`[resolution`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Resolution_(logic)]`_`f-based procedure developed by Davis and `F33f`_`[Hilary Putnam`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Hilary_Putnam]`_`f in 1960. Especially in older publications, the Davis–Logemann–Loveland algorithm is often referred to as the "Davis–Putnam method" or the "DP algorithm". Other common names that maintain the distinction are DLL and DPLL.

>>Contents

• `F0af`_`[Implementations and applications`#implementations-and-applications]`_`f
• `F0af`_`[The algorithm`#the-algorithm]`_`f
• `F0af`_`[Formalization`#formalization]`_`f
• `F0af`_`[Visualization`#visualization]`_`f
• `F0af`_`[Related algorithms`#related-algorithms]`_`f
• `F0af`_`[Relation to other notions`#relation-to-other-notions]`_`f
• `F0af`_`[See also`#see-also]`_`f
• `F0af`_`[References`#references]`_`f
• `F0af`_`[Further reading`#further-reading]`_`f

-─

>>Implementations and applications

The `F33f`_`[SAT problem`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Boolean_satisfiability_problem]`_`f is important both from theoretical and practical points of view. In `F33f`_`[complexity theory`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Computational_complexity_theory]`_`f it was the first problem proved to be `F33f`_`[NP-complete`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=NP-complete]`_`f, and can appear in a broad variety of applications such as `*`F33f`_`[model checking`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Model_checking]`_`f`*, `F33f`_`[automated planning and scheduling`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Automated_planning_and_scheduling]`_`f, and `F33f`_`[diagnosis in artificial intelligence`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Diagnosis_(artificial_intelligence)]`_`f.

As such, writing efficient `F33f`_`[SAT solvers`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=SAT_solver]`_`f has been a research topic for many years. `F33f`_`[GRASP`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=GRASP_(SAT_solver)]`_`f (1996-1999) was an early implementation using DPLL.`:cite-ref-dpllt-1-0[`F5bf`_`[1`#cite-note-dpllt-1]`_`f] In the international SAT competitions, implementations based around DPLL such as `F33f`_`[zChaff`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ZChaff]`_`f`:cite-ref-2[`F5bf`_`[2`#cite-note-2]`_`f] and MiniSat`:cite-ref-3[`F5bf`_`[3`#cite-note-3]`_`f] were in the first places of the competitions in 2004 and 2005.`:cite-ref-comp-4-0[`F5bf`_`[4`#cite-note-comp-4]`_`f]

Another application that often involves DPLL is `F33f`_`[automated theorem proving`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Automated_theorem_proving]`_`f or `F33f`_`[satisfiability modulo theories`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Satisfiability_modulo_theories]`_`f (SMT), which is a SAT problem in which `F33f`_`[propositional variables`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Propositional_variable]`_`f are replaced with formulas of another `F33f`_`[mathematical theory`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Mathematical_theory]`_`f.

>>The algorithm

The basic backtracking algorithm runs by choosing a literal, assigning a `F33f`_`[truth value`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Truth_value]`_`f to it, simplifying the formula and then recursively checking if the simplified formula is satisfiable; if this is the case, the original formula is satisfiable; otherwise, the same recursive check is done assuming the opposite truth value. This is known as the `*splitting rule`*, as it splits the problem into two simpler sub-problems. The simplification step essentially removes all clauses that become true under the assignment from the formula, and all literals that become false from the remaining clauses.

The DPLL algorithm enhances over the backtracking algorithm by the eager use of the following rules at each step:

`!`F33f`_`[Unit propagation`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Unit_propagation]`_`f`!
If a clause is a `*unit clause`*, i.e. it contains only a single unassigned literal, this clause can only be satisfied by assigning the necessary value to make this literal true. Thus, no choice is necessary. Unit propagation consists in removing every clause containing a unit clause's literal and in discarding the complement of a unit clause's literal from every clause containing that complement. In practice, this often leads to deterministic cascades of units, thus avoiding a large part of the naive search space.

`!Pure literal elimination`!
If a `F33f`_`[propositional variable`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Propositional_variable]`_`f occurs with only one `F33f`_`[polarity`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Polarity_(mathematical_logic)]`_`f in the formula, it is called `*pure`*. A pure literal can always be assigned in a way that makes all clauses containing it true. Thus, when it is assigned in such a way, these clauses do not constrain the search anymore, and can be deleted.

Unsatisfiability of a given partial assignment is detected if one clause becomes empty, i.e. if all its variables have been assigned in a way that makes the corresponding literals false. Satisfiability of the formula is detected either when all variables are assigned without generating the empty clause, or, in modern implementations, if all clauses are satisfied. Unsatisfiability of the complete formula can only be detected after exhaustive search.

The DPLL algorithm can be summarized in the following pseudocode, where Φ is the `F33f`_`[CNF`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Conjunctive_normal_form]`_`f formula:

`B100`F9d9Algorithm DPLL`f`b
`B100`F9d9 Input: A set of clauses Φ.`f`b
`B100`F9d9 Output: A truth value indicating whether Φ is satisfiable.`f`b

`B100`F9d9function DPLL(Φ)`f`b
`B100`F9d9 // unit propagation:`f`b
`B100`F9d9 while there is a unit clause {l} in Φ do`f`b
`B100`F9d9 Φ ← unit-propagate(l, Φ);`f`b
`B100`F9d9 // pure literal elimination:`f`b
`B100`F9d9 while there is a literal l that occurs pure in Φ do`f`b
`B100`F9d9 Φ ← pure-literal-assign(l, Φ);`f`b
`B100`F9d9 // stopping conditions:`f`b
`B100`F9d9 if Φ is empty then`f`b
`B100`F9d9 return true;`f`b
`B100`F9d9 if Φ contains an empty clause then`f`b
`B100`F9d9 return false;`f`b
`B100`F9d9 // DPLL procedure:`f`b
`B100`F9d9 l ← choose-literal(Φ);`f`b
`B100`F9d9 return DPLL(Φ ∧ {l}) or DPLL(Φ ∧ {¬l});`f`b

• "←" denotes `F33f`_`[assignment`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Assignment_(computer_science)]`_`f. For instance, "`*largest`* ← `*item`*" means that the value of `*largest`* changes to the value of `*item`*.
• "`!return`!" terminates the algorithm and outputs the following value.

In this pseudocode, `B100`F9d9unit-propagate(l, Φ)`f`b and `B100`F9d9pure-literal-assign(l, Φ)`f`b are functions that return the result of applying unit propagation and the pure literal rule, respectively, to the literal `B100`F9d9l`f`b and the formula `B100`F9d9Φ`f`b. In other words, they replace every occurrence of `B100`F9d9l`f`b with "true" and every occurrence of `B100`F9d9not l`f`b with "false" in the formula `B100`F9d9Φ`f`b, and simplify the resulting formula. The `B100`F9d9`!or`!`f`b in the `B100`F9d9`!return`!`f`b statement is a `F33f`_`[short-circuiting operator`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Short-circuiting_operator]`_`f. `B100`F9d9Φ `!∧`! {l}`f`b denotes the simplified result of substituting "true" for `B100`F9d9l`f`b in `B100`F9d9Φ`f`b.

The algorithm terminates in one of two cases. Either the CNF formula `B100`F9d9Φ`f`b is empty, i.e., it contains no clause. Then it is satisfied by any assignment, as all its clauses are vacuously true. Otherwise, when the formula contains an empty clause, the clause is vacuously false because a disjunction requires at least one member that is true for the overall set to be true. In this case, the existence of such a clause implies that the formula (evaluated as a `*conjunction`* of all clauses) cannot evaluate to true and must be unsatisfiable.

The pseudocode DPLL function only returns whether the final assignment satisfies the formula or not. In a real implementation, the partial satisfying assignment typically is also returned on success; this can be derived by keeping track of branching literals and of the literal assignments made during unit propagation and pure literal elimination.

The Davis–Logemann–Loveland algorithm depends on the choice of `*branching literal`*, which is the literal considered in the backtracking step. As a result, this is not exactly an algorithm, but rather a family of algorithms, one for each possible way of choosing the branching literal. Efficiency is strongly affected by the choice of the branching literal: there exist instances for which the running time is constant or exponential depending on the choice of the branching literals. Such choice functions are also called `F33f`_`[heuristic functions`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Heuristic_function]`_`f or branching heuristics.`:cite-ref-5[`F5bf`_`[5`#cite-note-5]`_`f]

>>>Formalization

The `F33f`_`[sequent calculus`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Sequent_calculus]`_`f-similar notation can be used to formalize many rewriting algorithms, including DPLL. The following are the 5 rules a DPLL solver can apply in order to either find or fail to find a satisfying assignment, i.e. A = ( l 1 , ¬ ¬ l 2 , l 3 , . . . ) {\\displaystyle A=(l_{1},\\neg l_{2},l_{3},...)} .`:cite-ref-6[`F5bf`_`[6`#cite-note-6]`_`f]`:cite-ref-7[`F5bf`_`[7`#cite-note-7]`_`f]

If a clause in the formula Φ Φ {\\displaystyle \\Phi } has exactly one unassigned literal l {\\displaystyle l} in A {\\displaystyle A} , with all other literals in the clause appearing negatively, extend A {\\displaystyle A} with l {\\displaystyle l} . `*This rule represents the idea a currently false clause with only one unset variable left forces that variable to be set in such a way as to make the entire clause true, otherwise the formula will not be satisfied.`* { l 1 , … … , l n , l } ∈ ∈ Φ Φ ¬ ¬ l 1 , … … , ¬ ¬ l n ∈ ∈ A l , ¬ ¬ l ∉ ∉ A A := A l (Propagate) {\\displaystyle {\\frac {\\begin{array}{c}\\{l_{1},\\dots ,l_{n},l\\}\\in \\Phi \\;\\;\\;\\neg l_{1},\\dots ,\\neg l_{n}\\in A\\;\\;\\;\\;\\;l,\\neg l\\notin A\\end{array}}{A:=A\\;l}}{\\text{ (Propagate)}}} If a literal l {\\displaystyle l} appears in the formula Φ Φ {\\displaystyle \\Phi } but its negation ¬ ¬ l {\\displaystyle \\neg l} does not, and l {\\displaystyle l} and ¬ ¬ l {\\displaystyle \\neg l} are not in A {\\displaystyle A} , extend A {\\displaystyle A} with l {\\displaystyle l} . `*This rule represents the idea that if a variable appears only purely positively or purely negatively in a formula, all the instances can be set to true or false to make their corresponding clauses true.`* l literal of Φ Φ ¬ ¬ l not literal of Φ Φ l , ¬ ¬ l ∉ ∉ A A := A l (Pure) {\\displaystyle {\\frac {\\begin{array}{c}l{\\text{ literal of }}\\Phi \\;\\;\\;\\neg l{\\text{ not literal of }}\\Phi \\;\\;\\;\\;\\;l,\\neg l\\notin A\\end{array}}{A:=A\\;l}}{\\text{ (Pure)}}} If a literal l {\\displaystyle l} is in the set of literals of Φ Φ {\\displaystyle \\Phi } and neither l {\\displaystyle l} nor ¬ ¬ l {\\displaystyle \\neg l} is in A {\\displaystyle A} , then decide on the truth value of l {\\displaystyle l} and extend A {\\displaystyle A} with the decision literal ∙ ∙ l {\\displaystyle \\bullet l} . `*This rule represents the idea that if you aren't forced to do an assignment, you must choose a variable to assign and make note which assignment was a choice so you can go back if the choice didn't result in a satisfying assignment.`* l ∈ ∈ Lits ( Φ Φ ) l , ¬ ¬ l ∉ ∉ A A := A ∙ ∙ l (Decide) {\\displaystyle {\\frac {\\begin{array}{c}l\\in {\\text{Lits}}(\\Phi )\\;\\;\\;l,\\neg l\\notin A\\end{array}}{A:=A\\;\\bullet \\;l}}{\\text{ (Decide)}}} If a clause { l 1 , … … , l n } {\\displaystyle \\{l_{1},\\dots ,l_{n}\\}} is in Φ Φ {\\displaystyle \\Phi } , and their negations ¬ ¬ l 1 , … … , ¬ ¬ l n {\\displaystyle \\neg l_{1},\\dots ,\\neg l_{n}} are in A {\\displaystyle A} , and A {\\displaystyle A} can be represented as A = A ′ ∙ ∙ l N {\\displaystyle A=A'\\;\\bullet \\;l\\;N} where ∙ ∙ ∉ ∉ N {\\displaystyle \\bullet \\notin N} , then backtrack by setting A {\\displaystyle A} to A ′ ¬ ¬ l {\\displaystyle A'\\;\\neg l} . `*This rule represents the idea that if you reach a contradiction in trying to find a valid assignment, you need to go back to where you previously did a decision between two assignments and pick the other one.`* { l 1 , … … , l n } ∈ ∈ Φ Φ ¬ ¬ l 1 , … … , ¬ ¬ l n ∈ ∈ A A = A ′ ∙ ∙ l N ∙ ∙ ∉ ∉ N A := A ′ ¬ ¬ l (Backtrack) {\\displaystyle {\\frac {\\begin{array}{c}\\{l_{1},\\dots ,l_{n}\\}\\in \\Phi \\;\\;\\;\\neg l_{1},\\dots ,\\neg l_{n}\\in A\\;\\;\\;\\;\\;A=A'\\;\\bullet \\;l\\;N\\;\\;\\;\\;\\;\\bullet \\notin N\\end{array}}{A:=A'\\;\\neg l}}{\\text{ (Backtrack)}}} If a clause { l 1 , … … , l n } {\\displaystyle \\{l_{1},\\dots ,l_{n}\\}} is in Φ Φ {\\displaystyle \\Phi } , and their negations ¬ ¬ l 1 , … … , ¬ ¬ l n {\\displaystyle \\neg l_{1},\\dots ,\\neg l_{n}} are in A {\\displaystyle A} , and there is no conflict marker ∙ ∙ {\\displaystyle \\bullet } in A {\\displaystyle A} , then the DPLL algorithm fails. `*This rule represents the idea that if you reach a contradiction but there wasn't anything you could have done differently on the way there, the formula is unsatisfiable.`* { l 1 , … … , l n } ∈ ∈ Φ Φ ¬ ¬ l 1 , … … , ¬ ¬ l n ∈ ∈ A ∙ ∙ ∉ ∉ A Fail (Fail) {\\displaystyle {\\frac {\\begin{array}{c}\\{l_{1},\\dots ,l_{n}\\}\\in \\Phi \\;\\;\\;\\neg l_{1},\\dots ,\\neg l_{n}\\in A\\;\\;\\;\\;\\;\\bullet \\notin A\\end{array}}{\\text{Fail}}}{\\text{ (Fail)}}}

>>>Visualization

Davis, Logemann, Loveland (1961) had developed this algorithm. Some properties of this original algorithm are:

• It is based on search.
• It is the basis for almost all modern SAT solvers.
• It `*does not`* use learning or non-chronological backtracking (introduced in 1996).

An example with visualization of a DPLL algorithm having chronological backtracking:

>>Related algorithms

Since 1986, (Reduced ordered) `F33f`_`[binary decision diagrams`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Binary_decision_diagram]`_`f have also been used for SAT solving.

In 1989-1990, Stålmarck's method for formula verification was presented and patented. It has found some use in industrial applications.`:cite-ref-8[`F5bf`_`[8`#cite-note-8]`_`f]

DPLL has been extended for `F33f`_`[automated theorem proving`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Automated_theorem_proving]`_`f for fragments of `F33f`_`[first-order logic`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=First-order_logic]`_`f by way of the `F33f`_`[DPLL(T)`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=DPLL(T)]`_`f algorithm.`:cite-ref-dpllt-1-1[`F5bf`_`[1`#cite-note-dpllt-1]`_`f]

In the 2010-2019 decade, work on improving the algorithm has found better policies for choosing the branching literals and new data structures to make the algorithm faster, especially the part on `*unit propagation`*. However, the main improvement has been a more powerful algorithm, `F33f`_`[Conflict-Driven Clause Learning`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Conflict-Driven_Clause_Learning]`_`f (CDCL), which is similar to DPLL but after reaching a conflict "learns" the root causes (assignments to variables) of the conflict, and uses this information to perform `*non-chronological backtracking`* (aka `*`F33f`_`[backjumping`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Backjumping]`_`f`*) in order to avoid reaching the same conflict again. Most state-of-the-art SAT solvers are based on the CDCL framework as of 2019.`:cite-ref-9[`F5bf`_`[9`#cite-note-9]`_`f]

>>Relation to other notions

Runs of DPLL-based algorithms on unsatisfiable instances correspond to tree `F33f`_`[resolution`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Resolution_(logic)]`_`f refutation proofs.`:cite-ref-rossibeek2006-10-0[`F5bf`_`[10`#cite-note-rossibeek2006-10]`_`f]

>>See also

• `F33f`_`[Proof complexity`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Proof_complexity]`_`f
• `F33f`_`[Herbrandization`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Herbrandization]`_`f

>>References

`!General`!

• `:citerefdavisputnam-hilary1960`a`F33f`_`[Davis, Martin`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Martin_Davis_(mathematician)]`_`f; `F33f`_`[Putnam, Hilary`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Hilary_Putnam]`_`f (1960). "A Computing Procedure for Quantification Theory". `*`F33f`_`[Journal of the ACM`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Journal_of_the_ACM]`_`f`*. `!7`! (3): 201–215. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1145/321033.321034. `F33f`_`[S2CID`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=S2CID_(identifier)]`_`f 31888376.
• `:citerefdavislogemann-georgeloveland-donald1962`aDavis, Martin; Logemann, George; Loveland, Donald (1962). "A Machine Program for Theorem Proving". `*`F33f`_`[Communications of the ACM`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Communications_of_the_ACM]`_`f`*. `!5`! (7): 394–397. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1145/368273.368557. `F33f`_`[hdl`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Hdl_(identifier)]`_`f:2027/mdp.39015095248095. `F33f`_`[S2CID`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=S2CID_(identifier)]`_`f 15866917.
• `:citerefouyang1998`aOuyang, Ming (1998). "How Good Are Branching Rules in DPLL?". `*Discrete Applied Mathematics`*. `!89`! (1–3): 281–286. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1016/S0166-218X(98)00045-6.
• `:citerefjohn-harrison2009`aJohn Harrison (2009). `*Handbook of practical logic and automated reasoning`*. Cambridge University Press. pp. 79–90. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-0-521-89957-4.

`!Specific`!

`:cite-note-dpllt-1`!1.`! `F0af`_`[↑`#cite-ref-dpllt-1-0]`_`f `:citerefnieuwenhuisoliverastinelli2004`aNieuwenhuis, Robert; Oliveras, Albert; Tinelli, Cesar (2004), "Abstract DPLL and Abstract DPLL Modulo Theories" (PDF), `*Proceedings Int. Conf. on `F33f`_`[Logic for Programming, Artificial Intelligence, and Reasoning`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Logic_for_Programming,_Artificial_Intelligence,_and_Reasoning]`_`f, LPAR 2004`*, pp. 36–50
`:cite-note-2`!2.`! `F0af`_`[↑`#cite-ref-2]`_`f `*zChaff website`*
`:cite-note-3`!3.`! `F0af`_`[↑`#cite-ref-3]`_`f "Minisat website".
`:cite-note-comp-4`!4.`! `F0af`_`[↑`#cite-ref-comp-4-0]`_`f `*The international SAT Competitions web page`*, sat! live
`:cite-note-5`!5.`! `F0af`_`[↑`#cite-ref-5]`_`f `:citerefmarques-silva1999`aMarques-Silva, João P. (1999). "The Impact of Branching Heuristics in Propositional Satisfiability Algorithms". In Barahona, Pedro; Alferes, José J. (eds.). `*Progress in Artificial Intelligence: 9th Portuguese Conference on Artificial Intelligence, EPIA '99 Évora, Portugal, September 21–24, 1999 Proceedings`*. `F33f`_`[LNCS`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Lecture_Notes_in_Computer_Science]`_`f. Vol. 1695. pp. 62–63. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1007/3-540-48159-1_5. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-3-540-66548-9.
`:cite-note-6`!6.`! `F0af`_`[↑`#cite-ref-6]`_`f `:citerefnieuwenhuisoliverastinelli2006`aNieuwenhuis, Robert; Oliveras, Albert; Tinelli, Cesare (2006-11-01). "Solving SAT and SAT Modulo Theories: From an abstract Davis--Putnam--Logemann--Loveland procedure to DPLL(T)". `*J. ACM`*. `!53`! (6): 937–977. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1145/1217856.1217859. `F33f`_`[ISSN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISSN_(identifier)]`_`f 0004-5411.
`:cite-note-7`!7.`! `F0af`_`[↑`#cite-ref-7]`_`f `:citerefkrsti-goel2007`aKrstić, Sava; Goel, Amit (2007). Konev, Boris; Wolter, Frank (eds.). "Architecting Solvers for SAT Modulo Theories: Nelson-Oppen with DPLL". `*Frontiers of Combining Systems`*. Berlin, Heidelberg: Springer: 1–27. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1007/978-3-540-74621-8_1. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-3-540-74621-8.
`:cite-note-8`!8.`! `F0af`_`[↑`#cite-ref-8]`_`f `:citerefst-lmarcks-flund1990`aStålmarck, G.; Säflund, M. (October 1990). "Modeling and Verifying Systems and Software in Propositional Logic". `*IFAC Proceedings Volumes`*. `!23`! (6): 31–36. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1016/S1474-6670(17)52173-4.
`:cite-note-9`!9.`! `F0af`_`[↑`#cite-ref-9]`_`f `:citerefm-hlebiere2019`aMöhle, Sibylle; Biere, Armin (2019). "Backing Backtracking". `*Theory and Applications of Satisfiability Testing – SAT 2019`* (PDF). Lecture Notes in Computer Science. Vol. 11628. pp. 250–266. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1007/978-3-030-24258-9_18. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-3-030-24257-2. `F33f`_`[S2CID`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=S2CID_(identifier)]`_`f 195755607.
`:cite-note-rossibeek2006-10`!10.`! `F0af`_`[↑`#cite-ref-rossibeek2006-10-0]`_`f `:citerefvan-beek2006`aVan Beek, Peter (2006). "Backtracking search algorithms". In Rossi, Francesca; Van Beek, Peter; Walsh, Toby (eds.). `*Handbook of constraint programming`*. Elsevier. p. 122. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-0-444-52726-4.

>>Further reading

• `:citerefmalay-ganaiaarti-guptadr-aarti-gupta2007`aMalay Ganai; Aarti Gupta; Dr. Aarti Gupta (2007). `*SAT-based scalable formal verification solutions`*. Springer. pp. 23–32. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-0-387-69166-4.
• `:citerefgomeskautzsabharwalselman2008`aGomes, Carla P.; Kautz, Henry; Sabharwal, Ashish; Selman, Bart (2008). "Satisfiability Solvers". In Van Harmelen, Frank; Lifschitz, Vladimir; Porter, Bruce (eds.). `*Handbook of knowledge representation`*. Foundations of Artificial Intelligence. Vol. 3. Elsevier. pp. 89–134. `F33f`_`[doi`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=Doi_(identifier)]`_`f:10.1016/S1574-6526(07)03002-7. `F33f`_`[ISBN`:/page/wikibook/entry.mu`zim=wikipedia_en_all_nopic_2025-08.zim|entry_path=ISBN_(identifier)]`_`f 978-0-444-52211-5.

`c`F0af`_`[↑ Back to top`#top]`_`f`a